Skip to content

[CI] implement a bot to remind prs to link issues if not.#13744

Open
sayakpaul wants to merge 6 commits into
mainfrom
remind-pr-issues
Open

[CI] implement a bot to remind prs to link issues if not.#13744
sayakpaul wants to merge 6 commits into
mainfrom
remind-pr-issues

Conversation

@sayakpaul
Copy link
Copy Markdown
Member

@sayakpaul sayakpaul commented May 14, 2026

What does this PR do?

We implemented a system in #13380 to better tag issues and PRs for managing the maintenance load better ourselves. This was also to better prioritize PRs that are genuine and fix issues users are facing.

To build on top of that, this PR implements a system to periodically remind PR authors if their PR isn't linked to an existing issue(s). We post three reminders (each 7 days apart) and close the PR automatically after that with an explanation.

Testing here: sayakpaul/qwenimage-ptxla#3

@github-actions github-actions Bot added CI size/M PR with diff < 200 LOC labels May 14, 2026
Copy link
Copy Markdown
Collaborator

@yiyixuxu yiyixuxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, i left one feedback

Comment thread utils/remind_link_issue.py Outdated
"",
f"Reminder **{count}/{MAX_REMINDERS}**.",
]
if remaining > 0:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the 3 reminder schedule works well if we are to do auto-close, we may do that soon,
But for now, let's keep it simple and just post one friendly reminder to see how it goes?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@sayakpaul sayakpaul requested a review from yiyixuxu May 15, 2026 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI size/M PR with diff < 200 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants